home *** CD-ROM | disk | FTP | other *** search
- # Fortran 77 language definition file
- #
- # Author: AndrĪ Simon
- # Mail: andre.simon1@gmx.de
- # Date: 01.04.04
- # ------------------------------------------
- # This file is a part of highlight, a free source code converter released under the GPL.
- #
- # The file is used to describe keywords and special symbols of programming languages.
- # See README in the highlight directory for details.
- #
- # New definition files for future releases of highlight are always appreciated ;)
- #
- # ----------
- # andre.simon1@gmx.de
- # http:/www.andre-simon.de/
-
- $IGNORECASE=true
-
- $STRINGDELIMITERS=" '
-
- $SL_COMMENT=c C
- $FL_COMMENT=true
-
- $ALLOWEDCHARS=*
-
- $KW_LIST(kwb)= character complex double precision real real*8 integer common logical
- implicit dimension external parameter
-
- $KW_LIST(kwa)= break common continue date default dimension do else enddo endif for
- goto go to if then return end format write read subroutine function switch
- program call while
-
- $SYMBOLS= ( ) [ ] { } , ; : & | < > ! = / * % + -
-